home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 April
/
PCWorld_2008-04_cd.bin
/
domacnost a kancelar
/
pctranslator
/
TRNDEMO.exe
/
WTRAN32c.CHM
/
fhhtmlpopups.js
< prev
next >
Wrap
Text File
|
2007-03-21
|
415b
|
14 lines
// Entire contents copyright (C) 1999-2002, Work Write, Inc.
// and KeyWorks Software. All rights reserved.
// Contact: Cheryl Lockett Zubak at cheri@workwrite.com
var KeyPopup; // KeyHelp.KeyPopup ActiveX object
function DisplayHtmlPopup(URL,left,top,width)
{
if (!KeyPopup)
KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
KeyPopup.Width = width;
KeyPopup.DisplayURL(URL,left,top);
}